Papers with prompt design

38 papers
Dual Context-Guided Continuous Prompt Tuning for Few-Shot Learning (2022.findings-acl)

Copied to clipboard

Challenge: Existing prompt-based paradigms have shown their competitive performance in many NLP tasks, but their effectiveness varies upon the model and training data.
Approach: They propose a dual context-guided continuous prompt tuning method that integrates contextual information into the input input.
Outcome: The proposed method outperforms existing prompt tuning methods in the few-shot setting and can be used in many NLP tasks.
Learning from Contrastive Prompts: An Automated Prompt Optimization Framework (2026.findings-acl)

Copied to clipboard

Challenge: Existing prompt optimization methods often underperform due to learning exclusively from incorrect samples.
Approach: They propose a framework that leverages contrastive prompts to distinguish between high- and low-performing cases.
Outcome: The proposed framework can generalize across open and proprietary models and NLU benchmarks.
ZhuJiu-Knowledge: A Fairer Platform for Evaluating Multiple Knowledge Types in Large Language Models (2024.naacl-demo)

Copied to clipboard

Challenge: evaluating the knowledge of large language models (LLMs) is crucial, and rapid advancement in large language modeling has heightened the importance of model evaluations.
Approach: They propose a fairer benchmark for evaluating multiple knowledge types of LLMs by focusing on commonsense knowledge, world knowledge, and language knowledge.
Outcome: The proposed framework evaluates 14 current mainstream LLMs and provides a detailed discussion and analysis of their results.
Thesis Proposal: Multimodal Benchmark for Music Understanding in Large Language Models (2026.eacl-srw)

Copied to clipboard

Challenge: Existing music-focused benchmarks are fragmented, largely single-modality, Western-centric . existing methods for evaluating MLLMs are lacking reproducibility and reliability .
Approach: They propose to develop a musically multimodal benchmark that will integrate music into the benchmark.
Outcome: The proposed benchmark will integrate culturally diverse musical material beyond the dominant Western canon.
SQLPrompt: In-Context Text-to-SQL with Minimal Labeled Data (2023.findings-emnlp)

Copied to clipboard

Challenge: Text-to-SQL aims to automate the process of generating SQL queries on a database from natural language text.
Approach: They propose a method to improve few-shot prompting capabilities of Text-to-SQL for Large Language Models (LLMs) they propose 'SQlPrompt' which aims to diversify the SQL proposals during consistency selection with different prompt designs and foundation models.
Outcome: The proposed method outperforms previous approaches for in-context learning with zero labeled data by a large margin, closing the gap with finetuning state-of-the-art with thousands of labeles.
Transforming Code Understanding: Clustering-Based Retrieval for Improved Summarization in Domain-Specific Languages (2025.coling-industry)

Copied to clipboard

Challenge: Existing natural language summaries of domain-specific languages are limited due to their recency and complexity.
Approach: They propose a clustering-based technique to retrieve in-context examples that are semantically closer to the test example and propose eBPF prompt generation technique that yields superior-quality code summary generation.
Outcome: The proposed method improves the eBPF code summarization accuracy by 12.9 BLEU points over other prompting techniques.
AutoBool: Reinforcement-Learned LLM for Effective Automatic Systematic Reviews Boolean Query Generation (2026.eacl-long)

Copied to clipboard

Challenge: Existing approaches to generate Boolean queries for systematic reviews are limited by the lack of ground-truth best Boolesan queries.
Approach: They propose a reinforcement learning framework that trains large language models to generate effective Boolean queries for medical systematic reviews.
Outcome: The proposed framework outperforms zero-shot/few-shot prompting on 65 588 topics . it also matches or exceeds the effectiveness of larger GPT-based models using smaller backbones .
Quantifying Aleatoric Uncertainty of In-Context Learning for Robust Measure of LLM Prediction Confidence (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for standard generation tasks fail to capture the unique dynamics of ICL.
Approach: They propose a concept of self-function vectors that leverage Bayesian views and the mechanistic interpretability of ICL to model latent concept learned during in-context prompting.
Outcome: The proposed framework can be used for trustworthy-related applications, such as hallucination detection.
Metacognitive Prompting Improves Understanding in Large Language Models (2024.naacl-long)

Copied to clipboard

Challenge: Recent advances in prompting have enhanced reasoning in logic-intensive tasks for LLMs, yet the nuanced understanding abilities of these models remain underexplored.
Approach: They propose a strategy inspired by human introspective reasoning processes to enhance LLMs' understanding abilities.
Outcome: The proposed method outperforms chain-of-thought prompting and its advanced versions on ten natural language understanding (NLU) datasets.
Zero-Shot Text Classification via Self-Supervised Tuning (2023.findings-acl)

Copied to clipboard

Challenge: Existing solutions to zero-shot text classification use pre-trained language models or large-scale annotated data.
Approach: They propose a self-supervised learning paradigm to solve zero-shot text classification tasks by tuning the language models with unlabeled data.
Outcome: The proposed model outperforms the state-of-the-art models on 7 out of 10 tasks and is less sensitive to prompt design.
GraphICL: Unlocking Graph Learning Potential in LLMs through Structured Prompt Design (2025.findings-naacl)

Copied to clipboard

Challenge: Text-Attributed Graphs (TAGs) are a powerful tool for understanding complex systems and relationships.
Approach: They propose a benchmark to evaluate large language models for graph-structured data using prompts.
Outcome: The proposed benchmark outperforms state-of-the-art graph LLMs and graph neural networks on graph learning tasks without training.
Deploying Tiny LVLM Judges for Real-World Evaluation of Chart Models: Lessons Learned and Best Practices (2025.emnlp-industry)

Copied to clipboard

Challenge: Large Vision-Language Models (LVLMs) with only 7B parameters perform poorly as judges in resource-constrained settings.
Approach: They propose two approaches to ensure costefficient evaluation by combining multiple criteria into a single query and domainadaptive transfer learning to create a 2Bparameter VLM on a chart dataset.
Outcome: The proposed model can effectively transfer knowledge from one dataset to another to make it a more specialized model.
SocREval: Large Language Models with the Socratic Method for Reference-free Reasoning Evaluation (2024.findings-naacl)

Copied to clipboard

Challenge: Existing reference-free reasoning evaluation metrics rely on human-annotated reasoning chains as references, but require fine-tuning with human-derived chains before evaluation.
Approach: They propose to use GPT-4 to automatically evaluate reasoning chain quality by leveraging the Socratic method.
Outcome: Empirical results show that the proposed approach significantly improves existing reference-free reasoning evaluation metrics.
M2PT: Multimodal Prompt Tuning for Zero-shot Instruction Learning (2024.emnlp-main)

Copied to clipboard

Challenge: Multimodal Large Language Models (MLLMs) exhibit remarkable performance across a wide range of domains.
Approach: They propose a multimodal prompt tuning approach for efficient instruction tuning of MLLMs.
Outcome: The proposed approach shows superior performance on multimodal evaluation datasets compared to state-of-the-art methods.
ThinkSwitcher: When to Think Hard, When to Think Fast (2025.findings-emnlp)

Copied to clipboard

Challenge: Large reasoning models excel at solving complex tasks by leveraging long chain-of-thought (CoT) reasoning.
Approach: They propose a framework that enables a single LRM to dynamically switch between short and long CoT modes based on task complexity.
Outcome: The proposed framework reduces computational cost by 20-30% while maintaining high accuracy on complex tasks.
CoE-SQL: In-Context Learning for Multi-Turn Text-to-SQL with Chain-of-Editions (2024.naacl-long)

Copied to clipboard

Challenge: Recent studies have demonstrated that Large Language Models (LLMs) have impressive capabilities in a variety of domains and tasks.
Approach: They propose a method which prompts LLMs to generate SQL queries based on the previously generated SQL query with an edition chain.
Outcome: The proposed method outperforms different in-context learning baselines and achieves state-of-the-art performance on two benchmarks SParC and CoSQL using LLMs.
Democratizing Large Language Models via Personalized Parameter-Efficient Fine-tuning (2024.emnlp-main)

Copied to clipboard

Challenge: Experimental results demonstrate that OPPU significantly outperforms existing prompt-based methods across seven diverse tasks in the LaMP benchmark.
Approach: They propose to integrate parametric user knowledge into the personal PEFT parameters and non-parametric knowledge from retrieval and profiles, adapting LLMs to user behavior shifts.
Outcome: The proposed method outperforms existing prompt-based methods across seven diverse tasks in the LaMP benchmark.
Decorate the Examples: A Simple Method of Prompt Design for Biomedical Relation Extraction (2022.lrec-1)

Copied to clipboard

Challenge: Recent research shows that prompt-based learning improves performance on relation extraction tasks.
Approach: They propose a prompt-based learning method that generates comprehensive prompts for biomedical relation extraction using a ChemProt dataset.
Outcome: The proposed method improves fine-tuning on a biomedical relation extraction task with a cloze-test task and fewer training examples to make reasonable predictions.
Unanswerability Evaluation for Retrieval Augmented Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing evaluation frameworks for retrieval-augmented generation (RAG) systems focus on answerable queries, but ignore the importance of appropriately rejecting unanswerable requests.
Approach: They propose a framework to evaluate whether retrieval-augmented generation systems handle unanswerable queries specific to a given knowledge base.
Outcome: The proposed framework synthesizes diverse and challenging queries for any given knowledge base and evaluates them with unanswered ratio and acceptable ratio metrics.
Enhancing Retrieval-Augmented Generation: A Study of Best Practices (2025.coling-main)

Copied to clipboard

Challenge: Retrieval-augmented generation systems have shown remarkable advancements by integrating retrieval mechanisms into language models, enhancing their ability to produce more accurate and contextually relevant responses.
Approach: They propose to integrate query expansion, various novel retrieval strategies, and a Contrastive In-Context Learning RAG to improve response quality.
Outcome: The proposed RAGs incorporate query expansion, various novel retrieval strategies, and a novel Contrastive In-Context Learning RAG.
Prompt for Extraction? PAIE: Prompting Argument Interaction for Event Argument Extraction (2022.acl-long)

Copied to clipboard

Challenge: Using a prompt-based model, we find that event argument extraction is efficient and generalized well to few-shot settings.
Approach: They propose a model PAIE for event argument extraction using prompt tuning for extractive objectives.
Outcome: The proposed model can extract arguments with the same role instead of heuristic threshold tuning.
Emotion Recognition in Conversation via Dynamic Personality (2024.lrec-main)

Copied to clipboard

Challenge: Existing approaches to ERC focus on conversational contexts, but focus on static personality.
Approach: They propose a model that considers the dynamic personality of speakers during conversations.
Outcome: The proposed model outperforms existing models on three benchmark conversational datasets.
‘Hello, World!’: Making GNNs Talk with LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: graph neural networks have shown remarkable performance across diverse graph-related tasks, but their high-dimensional hidden representations render them black boxes.
Approach: They propose a graph-based neural network with hidden representations in the form of human-readable text.
Outcome: The proposed GNN outperforms existing LLM-based baseline methods on node classification and link prediction.
VMLU Benchmarks: A comprehensive benchmark toolkit for Vietnamese LLMs (2025.acl-long)

Copied to clipboard

Challenge: The evolution of Large Language Models (LLMs) has underscored the need for benchmarks designed for various languages and cultural contexts.
Approach: They propose to use Vietnamese multitask language understanding (VMLU) benchmarks to assess different capabilities of LLMs, including general knowledge, reading comprehension, reasoning, and conversational skills.
Outcome: The VMLU Benchmarks assess LLMs' general knowledge, reading comprehension, reasoning, and conversational skills.
APrompt: Attention Prompt Tuning for Efficient Adaptation of Pre-trained Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Existing prompt tuning methods only introduce prompts at the input layer, limiting performance and leaving large room for improvement.
Approach: They propose a method that involves tuning a small set of soft prompts for pre-trained language models.
Outcome: The proposed method outperforms state-of-the-art methods with pre-trained models on the SuperGLUE benchmark.
AMPERE: AMR-Aware Prefix for Generation-Based Event Argument Extraction Model (2023.acl-long)

Copied to clipboard

Challenge: Existing generation-based EAE models focus on problem re-formulation and prompt design without incorporating additional information that has been shown to be effective for classification-based models.
Approach: They propose to incorporate AMR into generation-based EAE models by generating AMR-aware prefixes for every layer of the generation model.
Outcome: The proposed model generates AMR-aware prefixes for every layer of the generation model and improves the generation.
MixPAVE: Mix-Prompt Tuning for Few-shot Product Attribute Value Extraction (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for product attribute value extraction focus on extracting values for a set of known attributes with sufficient training data.
Approach: They propose a prompt tuning approach to extract attributes from product information using mixed prompts.
Outcome: The proposed approach improves on two product benchmarks and shows parameter-efficient training and avoids model overfitting.
Filter-then-Generate: Large Language Models with Structure-Text Adapter for Knowledge Graph Completion (2025.coling-main)

Copied to clipboard

Challenge: Empirical evidence suggests that LLMs perform worse than conventional KGC approaches.
Approach: They propose a filter-then-generate paradigm and a multiple-choice question format to harness the capability of LLMs while mitigating the issue casused by hallucinations.
Outcome: The proposed method achieves substantial performance gain compared to existing state-of-the-art methods.
AnchorCoT: Anchors Pave the Way for Multi-hop Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated potential reasoning capabilities through prompt design, such as the Chain of Thought (CoT).
Approach: They propose a new reasoning approach that predicts key entities which work as important “anchors” and employs a ranking algorithm to ensure the logical sequence of the predicted answers.
Outcome: The proposed approach outperforms existing methods in multi-hop question reasoning and provides more accurate reasoning results in multihop question answering tasks.
Uncertainty Calibration for Tool-Using Language Agents (2024.findings-emnlp)

Copied to clipboard

Challenge: Language agents are increasingly used to perform tasks and interact with a variety of external tools to achieve specific, goal-oriented objectives.
Approach: They propose a tool calibration tool called ProbeCal which recalibrates the internal probabilities of tool-using language agents to better reflect the actual effectiveness of tool.
Outcome: The proposed model significantly improves off-the-shelf language models in tool-using applications.
Explain-then-Process: Using Grammar Prompting to Enhance Grammatical Acceptability Judgments (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) can explain grammatical rules, but fail to apply those rules when judging sentence acceptability.
Approach: They propose a grammar prompting paradigm that feeds an LLM's metalinguistic explanation back to the target model before deciding which sentence of a minimal pair is grammatical.
Outcome: The proposed model improves on the English BLiMP, Chinese SLING, and Russian RuBLimp benchmarks.
Bandit-Based Prompt Design Strategy Selection Improves Prompt Optimizers (2025.findings-acl)

Copied to clipboard

Challenge: Existing prompt optimization methods have found effective prompts, but they often differ from sophisticated prompts carefully designed by human experts.
Approach: They propose to integrate prompt design strategies into prompt optimization by using a Thompson sampling-based approach.
Outcome: The proposed method incorporates prompt design strategies into the prompt optimization process.
TABARD: A Novel Benchmark for Tabular Anomaly Analysis, Reasoning and Detection (2025.findings-emnlp)

Copied to clipboard

Challenge: a new benchmark is constructed to evaluate the accuracy of large language models for tabular data . the benchmark uses direct, indirect, and Chain-of-Thought prompting .
Approach: They propose a framework that uses prompting, self-verification and constraint-based rule execution to improve accuracy.
Outcome: The proposed framework significantly improves accuracy and recall in tabular data.
Unveiling Privacy Risks in LLM Agent Memory (2025.acl-long)

Copied to clipboard

Challenge: Large Language Model (LLM) agents store private user-agent interactions in memory for demonstrations, introducing new privacy risks for LLM agents.
Approach: They propose an attack that extracts private information from memory under a black-box setting and propose a method that can be used to attack the agent.
Outcome: The proposed attack is effective under a black-box setting and it is demonstrated on two representative agents.
Promptception: How Sensitive Are Large Multimodal Models to Prompts? (2025.findings-emnlp)

Copied to clipboard

Challenge: despite the success of Large Multimodal Models, prompt design for MCQA remains poorly understood.
Approach: They propose a framework for evaluating prompt sensitivity in LMMs . they propose 61 prompt types, each targeting specific aspects of prompt formulation .
Outcome: The proposed framework evaluates 10 LMMs across 3 MCQA benchmarks.
Dissecting Clinical Reasoning in Natural Language Inference for Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Recent studies on large language models (LLMs) have demonstrated the impact of prompting strategies and fine-tuning techniques on their reasoning capabilities.
Approach: They examine four classes of prompting strategies to elicit reasoning in large language models . they then construct demonstrations using a frontier model to distil multi-step reasoning capabilities into smaller models based on Low-Rank Adaptation (LoRA).
Outcome: The proposed model improves in 75% of the models on MedNLI and TREC Clinical Trials.
Why Prompt Design Matters and Works: A Complexity Analysis of Prompt Search Space in LLMs (2025.acl-long)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) prompting has emerged as a practical workaround, but most CoT-based methods rely on a single generic prompt like “think step by step” with no task-specific adaptation.
Approach: They propose a theoretical framework that explains why some prompts succeed while others fail by using a generic generic prompt like "think step by step" they show that prompts function as selectors, extracting specific task-relevant information from the model's full hidden state during CoT reasoning.
Outcome: The proposed framework explains why some prompts succeed while others fail.
Probing Social Identity Bias in Chinese LLMs with Gendered Pronouns and Social Groups (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) are increasingly deployed in user-facing applications, raising concerns that they reflect and amplify social biases.
Approach: They propose a Mandarin-specific evaluation framework to examine social identity biases in Chinese LLMs using Mandarin-based prompts.
Outcome: The proposed framework compares ingroup (“We”) and outgroup (“They”) framings across 240 social groups salient in the Chinese context, using a two-tiered measurement framework that assesses both sentiment and toxicity.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations